Http2 - public function withProtocolVersion

Hi,

my project need http2 . Running under apache (mod_http2).

when i test my page in local, my header protocol is h2 as expected
so what is the need/use/efficiency of the withProtocolVersion()
interface MessageInterface -> public function withProtocolVersion($version)

tank you