We’ve deferred imports for a number of modules, where the deferral doesn’t make the code harder to maintain. See What’s New and python/cpython#109653 for 3.13, and python/cpython#118761 for 3.14.
See also Async imports to reduce startup times - #57 by thomas for some future work in this area.