The State Commitment represents the current state of that identity:

state_commitment = H(
  identity_root,
  control_key,
  recovery_key,
  attributes_root,
  policies_root
)

Every update (new address, new policy, key rotation) creates a new state commitment, but the identity_root stays the same.