Conditionality of what we load, when, and how should be expressed through the static configuration set-up we're building, so theoretically for extension setup in CommonSettings.php we'll just need:
wfLoadExtensions( $extensionsToLoad );
… but no-doubt there will be issues with this naïve approach.