unless/until can be way more readable in some conditions than if/while.
Postfix conditionals and loops make flatter code, especially in scripts. Love writing "do function() if $condition".