T287701 gives the context but I'll give a short context also,
mw-content-{ltr,rtl} initially was helping users having e.g. English language as their interface, to surf in sites with content RTL content sites such as Persian Wikipedia, but now with the presence of CSS Logical https://drafts.csswg.org/css-logical/ and https://developer.mozilla.org/en-US/docs/Web/CSS/:dir it's almost provides no value.
Primarily use was bullets of one text direction to be shown in the opposite direction which is taken care in T369475 using CSS Logical
So now it's time to get rid of it altogether and as it's deprecation in T287701, starting with this https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1057857 which removes most of the uses.
And the next step, in mid ranged future, will be to use CSS Logical all around and remove CSS Janus from MediaWiki eventually but that needs edits in template styles which will take years.
