One interesting feature is fast level changing.
I do not reload game.collection.
I destroy and create new entities by myself. So changing levels very fast . Also i can show change level animation(explosion). Or skip animation if user swith levels too fast.
Also i create a new box2d world on every level change/restart so prev level object can fall and make physic behavior without influence on new level entities.