Security is probably a bigger concern. Sometimes you want to make sure a value does not change after assignment. Like when you have a process dealing with personal / sensitive data, account numbers, #sats, etc.. :)
Discussion
If you're concerned with security should you really be writing JavaScript? `const` doesn't really mean a constant value.