The Net/HTTP standard library does not support HTTP/2, so it cannot benefit from the performance improvements of HTTP/2, nor does it support persistent connections. It is recommended to switch to HTTPX, which not only supports HTTP/2 but also automatically manages a persistent connection pool, resulting in significant performance improvements.