If you plan on using that for a massive number of cases for, say, a chatbot, then you're barking up the wrong tree. Cases are wonderful for menus, but they're really not as good as an if/elif/else tree for conditionals, or arrays for adaptive chatbots.
There's also nothing a case can do that an if statement can't, it's just that they're easier to read.