Difference between SetActorLabel and FActorLabelUtilities::SetActorLabelUnique?

They both give the same result, so is there a reason to use one over the other?

Thanks!

EDIT: Never mind, I figured it out. FActorLabelUtilities::SetActorLabelUnique actually calls SetActorLabel at the end of the function, and will never give 2 different actors the same label, unlike SetActorLabel.