The first expression matches to 6+0 and then decides that +1 doesn't match.
The second one matches 0+1 and then doesn't have any further content to check.
So on both cases there is only one number+number that can be matched (given that the search for another match starts from the end of the previously matched text).