Feature flags can be used for Feature Gating; hiding certain features for certain users. It is useful when using tiers within the application. For example, you can have certain feature for free tier users, but after while, you want to make some of the premium features free. All you will have to do is to change it in your feature flag instead of making changes in your codebase.