Why doesn't UE utilize STL containers?

Also, if user uses any third-party library, compiler will do double work of parsing std headers and UE4 library. And that’s the majority of cases, I think

Fortunately, it building supports C++17 already and I use it. Can’t wait to have C++20 features