Why `const` fields in a `mutable struct` instead of `mutable` field in ordinary `struct`?

I’m pretty sure this is the main reason but I’m not sure if it’s documented anywhere. It seems like a good performance tip or maybe just part of the const docstring