Feature flags are not meant to be used as a general settings, it's mainly for testing, flags also auto expire so they need to be renewed after certain amount of chromium releases [1]. Old features behind the flag are left for few releases so they can be rolled back in case something bad happens, not that users manually should toggle them on.
[1] https://source.chromium.org/chromium/chromium/src/+/main:chr...