Sure, if you think of only the mathematical equivalence...
But in terms of algorithms to compute the result, sqrt is specific to one thing whereas pow is generic.
So you could (rightly) assume that it's possible to write a faster function for sqrt than it is to write the generic pow function.