OK, so I’ve already found one issue with hooking into ‘wp’ and that’s the fact that it then shows up in the admin pages. I know there are ways around this (eg. !is_admin()) but that’s all I needed to see to determine that template_redirect is still the most ideal WP Hook for Theme Stylesheets. At least for what I’m doing.
Eric