In the legacy parser, "general" strip markers have doBlockLevels, LanguageConversion, and some other passes applied to them (see T381617#10387908) while 'nowiki' strip markers do not.
Parsoid is never going to implement legacy doBlockLevels, but we could (should?) tag the HTML generated from 'general' strip markers for language conversion.
This applies to Special page transclusions as well as extension-generated HTML, although perhaps not *intentionally*. See T391109: Consider parsing transcluded special pages as raw HTML for instance.
On the other hand, maybe we'll just deprecate the 'general' strip marker type and/or the 'isHTML' return mode (in favor of 'isRawHTML', T381617).