On-demand template loading would address security concerns (rendering admin templates to any client) and performance concerns (sending all templates on the wire when only some are used most of the time).
Just thought I’d add some prior art:
- @miro’s meteor-preloader
- @numtel has published numtel:lazy-bundles, which let you create bundles for lazy loading resources.