With the upcoming mod_h2 the httpd apache module for HTTP/2.0 support there is a must to have ECDHE-RSA-AES128-GCM-SHA256 in the SSLCipherSuite[1]. So SSLHonorCipherOrder Off can’t be used. That leaves the connection with only 128 bit encryption instead of 256 bit.
My hope is that the browsers will support soon a 256 Cipher
[1] https://http2.github.io/http2-spec/#rfc.section.9.2.2