SO gets a lot of questions every day. Moving some of them to sister sites like Programmers.SE or CodeReview.SE allows SO itself to be more focused and more helpful to its users.
In a sense, they are not subsets of StackOverflow, but rather complementary sites. StackOverflow's purpose is to contain questions about specific code implementation problems. Programmers.SE is still related to programming and software development, but deals with more subjective issues. Code Review is there just for review of working code for style/potential problems.
The key difference between SO and Code Review is that the former requires your code to have a problem that prevents it from working. You could post your broken code to SO, get help with fixing it, and then post the final working result to Code Review to see if you could've written it better.