To maintain data consistency and centralize management.
Scattered values lead to inconsistencies and make updates difficult. Keeping related data grouped in classes helps manage changes efficiently. For instance, managing 'Product' pricing should be centralized in the 'Product' class, not scattered across different parts of an e-commerce system.