I guess there are cases that have nested listeners, so if you click on an element and wouldn't want it's parent elements to also be triggered then one would set the bubbling to false.
Why you would have nested listeners I don't know, but hey ho. Also check out the mozilla docs on addEventListener, it will provide some insight.