OCaml doesn't have a language standard afaik, and its implementation(s) support(s) TCO, so imho that's more important.
'Emphasis' just means the 'paved path', i.e. default data structures like records and variants are immutable, default list type is immutable. Of course if you want mutable stuff it's there, but it's not the default.