This is part of T79690.
Arguably, this behavior is more correct. When I call some operator,
I expect that this operator runs in the context that my code is running
in currently. If the context my code is using is overridden already,
the called operator should run within that overridden context as well.