HTTP/3 is now standardized and shipped in all major browsers (partially enabled in Safari) [1]. Enabling it may help the servers in more efficiently using bandwidth and increase performance.
HAProxy has production-ready support of HTTP/3 as of version 2.8 [2].
One benefit of HTTP/3 is it may be more resistant to censorship, as initial packets of a connection (where SNI lies) are encrypted using well known keys.
Links