Objects on an unused layout don't affect instance counters or anything else. The project is cleaner this way, and you don't have to remember to destroy such instances. So I'm using the Assets layout in most of my projects.
Of course, there is no point in dumping everything onto the Assets layout, only put objects which you need to spawn during the runtime and which don't already exist on other layouts.