Split Reference Counting

In lock-free data structures, split reference counting uses two separate counters (external and internal) for memory reclamation. Why split instead of one counter?