Why this matters
A consistent order for component options makes components easier to read, navigate, and maintain. Developers know where to find specific options (e.g., `methods` are always after lifecycle hooks), reducing cognitive load and improving predictability.