Especially for touch typists, I think it's faster than cmd+tab: doesn't require you to use your mental "app icon classifier", and it's impossible to over/under-shoot the target.
Scales O(N), where N is the number of windows open in the app you're switching to, whereas cmd+tab + cmd+` is O(N) + O(M), where M is the number of apps you have running.