I recommend using a dedicated "parking lot" layout for most of those objects, but there might be some instances in which you want to park them off to the side of the main game layout. For example, if you're spawning a lengthy or large explosion animation on enemy death or whatever, when that animation is spawned for the first time it needs to be loaded into memory, this can cause some nasty lag that's especially noticeable if your game is fast-paced like a platformer or shoot-'em-up.
If you put that animation off to the side of your game layout, it's loaded into memory immediately when the layout starts, which still causes the same amount of lag, but it'll be far less noticeable as it's not happening in the thick of the action. Some designers like to cover up this initial lag with a fake loading screen, popup text/dialogue/tutorial or something that fits the narrative of your game.